Skip to main content

Get Deal

AutomatR.HubSpot.Activities.GetDeal

The "Get Deal" activity in AutomatR is part of the HubSpot activities package, designed to retrieve details for a sales deal from your HubSpot user's account. This activity streamlines the process of obtaining information about specific deals, enhancing the efficiency of automation workflows.

Properties

NameDescription
Input
Deal IDEnter the deal ID to fetch the deal details. String variables containing the deal ID.
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelayEnter the wait time in seconds (Example: 5 seconds) to start the activity.
Output
ResultReturns the response as a HubSpotDealResult. Variables of type HubSpotDealResult to store deal details.

How to use:

  1. Drag and drop the "Get Deal" activity onto the workflow.
  2. Configure the properties by specifying the deal ID for which details need to be retrieved.
  3. Optionally, configure the delay.
  4. Execute the workflow to retrieve detailed information about the specified deal.

Example: Consider an example where the "Get Deal" activity is used to retrieve information about a deal with the ID "6789":

Get Deal:
Deal ID: "6789"
Result: dealDetails

In this example, the activity fetches detailed information about the deal with the ID "6789" from the HubSpot user account. The result is stored in the variable "dealDetails" for further handling in the workflow.